'Declaration
Public Overloads Sub AddStickyNoteAnnotationInteractive( _ ByVal Text As String, _ ByVal ForeColor As Integer, _ ByVal FontName As String, _ ByVal FontStyle As FontStyle, _ ByVal FontSize As Single, _ ByVal Opacity As Single, _ ByVal Rotation As Single _ )
public void AddStickyNoteAnnotationInteractive( string Text, int ForeColor, string FontName, FontStyle FontStyle, float FontSize, float Opacity, float Rotation )
public procedure AddStickyNoteAnnotationInteractive( Text: String; ForeColor: Integer; FontName: String; FontStyle: FontStyle; FontSize: Single; Opacity: Single; Rotation: Single );
public function AddStickyNoteAnnotationInteractive( Text : String, ForeColor : int, FontName : String, FontStyle : FontStyle, FontSize : float, Opacity : float, Rotation : float );
Parameters
- Text
- ForeColor
- FontName
- FontStyle
- FontSize
- Opacity
- Rotation